projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d99742e
)
Fix a typo
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 19 Dec 2009 18:12:16 +0000
(13:12 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Sat, 19 Dec 2009 18:12:16 +0000
(13:12 -0500)
gtk/gtkbin.c
patch
|
blob
|
history
diff --git
a/gtk/gtkbin.c
b/gtk/gtkbin.c
index 812f2df6da463c16deafd4892d80eae13f1ee9bb..abe90e11733fdf399e44e2aff2bfafd3f4c62d89 100644
(file)
--- a/
gtk/gtkbin.c
+++ b/
gtk/gtkbin.c
@@
-182,7
+182,7
@@
static void
gtk_bin_extended_layout_get_height_for_width (GtkExtendedLayout *layout,
gint width,
gint *minimum_height,
- gint
natural_height)
+ gint
*
natural_height)
{
GtkBin *bin = GTK_BIN (layout);